warylad
That Articles - Categories module display list of sub categories from one parent category so there is no settings to hide it, you can use this custom css to hide them:
.t3-megamenu .t3-module .module-inner .categories-module.mod-list {
display: none;
}