Hiding menu on specific pages

You would need to use the page id’d and the class of top menu wrapper those specific pages where you want to hide the and the class of top menu wrapper, as follows :
.page-id-99 .top-menu-wrapper {
display : none;
}

Please change the 99 to the page id and top menu class according to your theme respectively