This is how you can get the view helper manager from the service locator/service manager.

<?php
$viewHelperManager = $serviceManager->get('ViewHelperManager');

For the form element manager:

<?php
$formElementManager = $serviceManager->get('FormElementManager');

Source.