I want to remove the product_options_wrapper block from the product view page according to the logedin user via frontend router controller.
I know that I can program
Inorder to remove a block using its parent block use the code below
$this->getLayout()->getBlock('product.info')->unsetChild('product_options_wrapper');