Hide floating menu

Yes, there is. You can use CSS to hide it:

ol.category-breadcrumb {
  display: none;
}

You add this code into a theme or component using this: