Unwanted TPaveText from h2root converted histogram

I have a histogram from a root file converted from an hbook file. The title of the histogram comes in as a TPaveText object. How can I (in a macro) identify and remove it?
Or otherwise draw the histogram without drawing the TPaveText object?

Cheers

Ben

Let’s say your histogram is “hpx” . Just do:

hpx->SetTitle();