Hi Tarek,
I am sorry for the late reply the misunderstanding earlier.
I believe you cannot disable all the filters as you mention: "popular, latest, all, my posts, and assigned posts", I believe there is no settings to do it currently. The only setting available is in EasyDiscuss > Settings > Layout > General > Filters. Here is my screenshot:
http://screencast.com/t/gzGVgTqusy . The solution for this is to hide using css or customize the code. Here I give you css override to hide this categories filter. Please copy and put it in your current Joomla template.
#discuss-wrapper .categoryFilters{
display: none;
}
Hope this will help.
Thanks.