You could modify the XML metadata to set the CTF parameters to amplitude = 1, Cs = 0, defocus = 0, astigmatism = 0 (the last 2 have values for each tilt) to get a flat 1 in the CTF to effectively disable it. If you don't want to touch the metadata directly, you can use
https://github.com/warpem/warpylib to open, modify, and save the metadata in Python. You can also use warpylib directly to obtain the reconstructions and not touch Warp at all. Warpylib would also be easier to modify if you want to do something completely custom.