I really like showing the amenities but the link to a separate site for amenities is not necessary. Is there a way I can remove the links and the sub-pages?
There is no way to remove links and pages for amenities, since they appear to be a custom post type. However, you may disable links on the front-end by adding the following code under Appearance ->Customize ->Additional CSS:
.mphb-room-type-facilities a {
pointer-events: none;
}