Hello Brad,
There isn't an option to hide the button to edit the field group when editing a post. You can use the custom CSS code to hide it
.mbb-settings {
display: none !important;
}
Following this article to apply custom CSS in the admin area https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/