카테고리와 태그 필터를 제거하는 방법은 무엇인가요?

The easiest way is using this CSS:

.category-breadcrumb {
    display: none;
}

It might need some tweaks, as I didn’t verify unwanted side effects.