One part of removing your site from Google is to add <meta name="robots" content="noindex,follow" />
to every page. If you can edit the theme code then you could just add this to header.php
(and any variants).
You could also use a plugin. I’ve not tested any, but https://wordpress.org/plugins/simple-robots-meta/ claims to do the job simply.