The section you have marked in the screenshot is the main navigation section.
You can use some Custom CSS if you do not want to display the navigation bar. Please paste in the following custom CSS using Custom CSS plugin in your website :
nav#site-navigation {
display: none;
}
This will remove the main navigation display from your theme.