If you want to get rid of the very top bar, where the RSS feed icon is, add this to your custom CSS:
#top-bar {display:none;}
If you mean the main navigation bar just under the header image, try this:
#header-menu-wrap {display:none;}
Good luck and welcome aboard,
Ken