Use CSS. Look at the <body> tag: all category pages have class "ns-14" (namespace 14 = Category:) in the body.
body.ns-14 #siteNotice { display: none; }
Dan
-----Original Message----- Hi, I am trying to remove sitenotice from all the category pages. How do I go about doing it?