Well, just to hide it, without changing any core code, you can just add this to your css:

Code:
#categoriesHeading.leftBoxHeading {
       display: none;
}
And that "pesky" little heading will cease to exist (at least to the human eye).


Now, that's JUST for the categories box. If you want to hide all of them, just let me know.

Hope this helps.