This page achieves removing the menu via custom css in the style.css file in the child theme.

body.page-id-1177 section#cat_nav.navclass {
display: none;
}