How to remove bullets from widget

If you want the bullet points to disappear, simply edit your themes style.css file. If you use a debugging tool you can find exactly where in style.css to edit. As you say, set list-style to none (though you might want to specify a class to ensure it doesn’t effect lists where you do want bullet points.