CakePHP 3.6 - unset data at initialize or beforefilter?

How to unset data in 3.6 example $this->request->getData(‘location’); ?

PS I have compare two field, and if identical one must be unset before redirect, or create request query!