How to remove the word “Navigation” from the top of the mobile main menu?

Add following CSS code in style.css file of your theme.

@media only screen and (max-width: 760px){
.menu-toggle { display: none; }
}