You can show/hide widgets on different parts of your blog. For instance:
body.home li#text-1 {<br />
display:none;<br />
}
This rule will hide the Text 1 widget on your blog's home page. Every kind of page has a body class; every widget has an ID and/or classes.