Widget without DIV wrapper

Check out the register_sidebar() function in the codex:

  • before_widget & after_widget – are your wrapper.
  • before_title & after_title – are your wrapper around the widget title.

They are optional parameters that can be omitted but as @Tom J Nowell noted, you’ll encounter many headaches without proper sidebar structure.