How to delete some sections from the sidebar

which old sections? does something like this work?

COMMON CSS

.sidebar-section[data-section-name="categories"] {
  display: none
}

also there is this:

2 Likes