I don’t think there is an option for that.
You could use some CSS to hide the button.
First, install this component: GitHub - discourse/discourse-groups-css-classes-in-body.
Then use this css:
.group-<identifier> .toggle-summary {
display: none;
}
Where <identifier>
is the group name.