What you can do is go into the Awaken Options then into Styling Options. Now that your in the Styling Options, you will see a Custom CSS Code Section. All you have to do is add this code below:
#top-navigation {
display: none;
}
#top-nav-button {
display: none;
}
this will get rid of the top menu by not displaying at all on either Desktop or Mobile. Now if you want to get rid of the whole bar then you can add this code:
.asocial-area {
display: none;
}
Hope this helps. 😉