접힌 상태에서 음소거된 카테고리를 숨길 수 있나요?

If you create a new theme in the Admin panel, you can add this bit of CSS:

.muted-categories {
  display: none;
}

This hides the whole box.