How to remove Category from Shop Page

To remove these categories from Shop Page.

or.

You can use this code to Custom CSS.

ul.nested-category-children, div.nested-category-tree-wrapper {
    display: none !important;
}