以下のコードで変数をクリアできます。

$hoge = 'fuga';
unset($hoge);