Yes, it is very possible.
2 ways you can do it.
1. Remove the drop down list from the template, and your users will no longer be able to select. Then hard code the radius into the form with a hidden form variable. Such as:
CODE
<input type="hidden" name="radius" value="10">
2. Remove the radius inputs all together from the template, and set the default radius in the admin panel, using the Program Settings tool.
Hope this helps!