using english translation, i think those are the category breadcrumb dropdown and category nav filter.
try this in common css of a component.
.category-breadcrumb {
display: none;
}
#navigation-bar {
li.nav-item_categories {
display: none;
}
}