To remove it, add display:none; to the .navbar-inverse class in the stylesheet (Appearance, editor, scroll down and click Stylesheet at the bottom right).
Look for the line that says:
.navbar-inverse {
background-color: #222;
Add another line so it looks like
.navbar-inverse {
background-color: #222;
display: none;