Hi Stefano,
Unfortunately, it is not possible to disable the category selection through settings. A category selection is also needed so the system can detect which category to save the discussion into.
But if you want, you can prevent the category selection from being clicked by using the following custom css.
#ed.view-ask .ed-ask__bd #category_id {
pointer-events: none !important;
}