I saw the screenshot you attached. To Remove the wishlist and account from the mobile menu you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .site-mobile-menu .menu-item-my-account,
.menu-item-wishlist{
display:none;
}