WordPress Welcome Panel will appear as soon as you visit to the dashboard of your WordPress website.
Do you want to remove this welcome panel from your WordPress dashboard? You can do it simply adding below code into your theme's functions.php file:
remove_action('welcome_panel', 'wp_welcome_panel');
Note: You should be using WordPress version 3.5+.