Turn off options in a pages section

Is it possible to remove the ‘options’ ‘…’ three dots, in the Panel, from a pages section?

I’m working on a simple website and the client wants to keep the panel simple and to remove everything they won’t need.

I’ve locked the page blueprints down:

title: Default Page

options:
	changeSlug: false
	changeStatus: false
	changeTitle: false
	delete: false
	duplicate: false
	move: false

But just wondering if there is a easy way to turn options off, for all pages, in one go?

I guess you could hide the dots using a panel css style sheet so atleast the client wont see the dots to click but you can bring them back if you need them yourself.

But to my mind the panel is pretty simple as a matter of design. What is it that they dont want to be able to do exactly?