Hi,
What you want to look at is custom html templates.
you will find more information there:
you need to extend either full_html, or basic_html depending on your use case.
If you want to remove all inputs, then just override input_group with an empty block.
If you want to remove specific cell you need to dive into metadata and have an if/else
block with super() call depending on wether you want to have the input or not.
If a specific thing is not clear on the docs, tell us, we can extend and be more precise.
--
M